2013-12-23 - 6474 - Spec - SNC Small Pack File #SNCProject #ABAP #ABAPSNC
SPECIFICATIONS
6474-Spec-SNC Small Package File
Purpose
Create small package Outbound File.
Admin Info
Purpose
|
SNC - Small Pack File Outbound
|
Requested By
|
Rahul Attarde
|
Spec Created By
|
Adithya / Venkat
|
Spec Created Date
|
12/23/2013
|
Spec QA by
|
Adithya / Vengal
|
Objects
|
ZRMM_DLF_PO_SNC
|
Document Status
|
Complete
|
References
Prior Tickets
N/A
Documents
Attached is the sample file which is downloaded form NEP with Delivery as input.
ZMM_FDXUPS1.xlsx
Functional Requirement
Small Package Outbound file is sent to vendor who uploads the file in UPS Software to print labels. Vendor prints labels and put on boxes. When the boxes are received to US UPS Scans the boxes and sends the file with 3 values
1. Delivery Number.
2. Tracking Number.
3. Rate.
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
The file generated from the T Code ZMM_FDXUPS is similar serves the requirement to send the information to the vendor.
Currently the T code ZMM_FDXUPS is designed to pull information based on delivery and Purchase order number.
Few changes are suggested to the existing program.
Two Programs are assigned to the T. Code ZMM_FDX_UPS with SNC and DLF Radio Buttons
1. Radio Button 'SNC" Calls the Program : ZRMM_DLF_PO_SNC
2. Radio Buttin "DLF_PO" Calls the Program : ZRMM_DLF_PO (Which is old one)
Below are few changes which are changed in the new program ZRMM_DLF_PO_SNC
1. The file should have the Inbound Delivery Number.
2. Currently UCC is missing in the file, Handling Units must be populated in the File
3. Plant Name must be populated.
4. Shipper Attn is to be left Blank.
5. Get the House Number, ZIP Code, Country, Phone & State in the file at appropriate place.
Attached is the file with modification required.
UPS Label File TEST.xlsx
The POs which do not have Inbound Delivery : The log is to be updated stating that this PO doesn't have the Inbound Delivery.
The POs which Inbound Delivery is there, and packing is not done : Log is to be updated stating that packing is not carried out on this PO.
Previously the data was brought by simulating the function module to get the packed data.
Currently SNC is worked only after the Packing is been carried on the Inbound Delivery.
Test Plan
[List test scenarios/cases to be executed here]
|
Test Scenario
|
Expected Results
|
1
|
Execute the transaction with Purchase order
|
Check output data.
|
Solution Details
[Provide complete technical details for configuration or programming here]
Send the output file of T Code ZMM_FDXUPS
Issues